cmd_usb_mass_storage: Remove extra 'ums' string in the usage text
authorFabio Estevam <[email protected]>
Wed, 25 Feb 2015 16:03:19 +0000 (13:03 -0300)
committerTom Rini <[email protected]>
Fri, 6 Mar 2015 01:50:29 +0000 (20:50 -0500)
commite5d3e7fcbe43355413f2e8d03c3c73f4615d7f5d
treee84e9394f383cf3ff8e9845a71a376295ace1692
parent7bf9f20d0246e0985c5c06bb56b3e9ce9300fcde
cmd_usb_mass_storage: Remove extra 'ums' string in the usage text

Currently the usage text for the 'ums' command looks like this:

Usage:
ums ums <USB_controller> [<devtype>] <devnum>  e.g. ums 0 mmc 0

,so remove the extra 'ums' in the text.

Signed-off-by: Fabio Estevam <[email protected]>
Acked-by: Otavio Salvador <[email protected]>
Acked-by: Marek Vasut <[email protected]>
common/cmd_usb_mass_storage.c